home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / lattice / portlib.lzh / PORTLIB / README < prev    next >
Encoding:
Text File  |  1994-12-16  |  1.8 KB  |  63 lines

  1. This is a small library including some functions that make
  2. your life so much easier when porting BSD software.
  3.  
  4. If you want me to include other stuff, please mail me.
  5.  
  6.  
  7. Enjoy and please report any bugs you find.
  8.  
  9. Kay Roemer,
  10. roemer@hera.rbi.informatik.uni-frankfurt.de
  11.  
  12.  
  13.  
  14. Changes:
  15. --------
  16.  
  17. PL 01:
  18.     Made openpty() work.
  19.     Included a bogus chroot() (which does only chdir).
  20.  
  21. PL 02:
  22.     ioctl.h and sys/ioctl.h files including socket ioctl's. They
  23.     will go away when they are in the MintLib.
  24.  
  25. PL 03:
  26.     New sys/uio.h file. Readv() and writev() emulation. They will
  27.     only work on socket descriptors!
  28.  
  29. PL 04-05:
  30.     Lots of additional files and fixes. Baserel lib.
  31.  
  32. PL 06-07:
  33.     Pty files are named ttyxy and have a link from /dev/ttyxy to
  34.     /pipe/ttyxy. (Fix by TeSche, tanx!)
  35.     __check_nbio_read() and __check_nbio_write functions.
  36.  
  37. PL 08:
  38.     set pgrp of tty in login_tty(). (Bug reported by entropy, thanks!)
  39.     Add new ioctl stuff to ioctl.h.
  40.     Added identification string (ident.c).
  41.     Added working versions of *sprintf (for older Mintlibs).
  42.     Added __5ms_[sg]timeofday -- 5 ms resolution version ignoring the
  43.     timezone arg.
  44.  
  45. PL 09:
  46.     added gethostid().
  47.     the stuff in itimer.c uses now Mint's Tsetitimer.
  48.     added iflink.[ch] and rtent.[ch].
  49.  
  50. PL 10:
  51.     added proper tcattr.c, termios.h, ioctl.h, ioctl.c until the Mintlib
  52.     gets updated (entropy where are you???).
  53.     Make initgroups() no longer be fake (uses now Psetgroups()).
  54.  
  55.     ++bjarne@uni-muenster.de changes:
  56.     close logfile first in openlog() if connected.
  57.     replaced that messy strcasecmp() routine with a working one. How
  58.     did that bugged stuff get in here??
  59.  
  60. PL 11:
  61.     Made B135 read B134 (like Unix wants it) in termios.h, ioctl.h (Howard).
  62.     Return the /dev/tty?? istead of /pipe/tty* from openpty() (TeSche).
  63.